home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-12 | 2.2 KB | 75 lines | [TEXT/MPS ] |
- ;
- ; File: CMComponent.a
- ;
- ; Contains: Stub for including new file names.
- ;
- ; Version: Technology: ColorSync 2.0
- ; Release: 2.0f3
- ;
- ; Copyright: © 1984-1994 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Bugs?: If you find a problem with this file, send the file and version
- ; information (from above) and the problem description to:
- ;
- ; Internet: apple.bugs@applelink.apple.com
- ; AppleLink: APPLE.BUGS
- ;
- ;
-
- IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
- __CMCOMPONENT__ SET 1
-
- ;
- ; This file has been included to allow older source code
- ; to #include <CMComponent.h>. Please update your source
- ; code to directly #include <CMMComponent.h>
- ; and #include <CMPRComponent.h>
- ;
- ;
- ; #include the two ColorSync 2.0 files equivalent to the v. 1.0 file
-
- IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMMComponent.a'
- ENDIF
- ; include 'Types.a' ;
- ; include 'ConditionalMacros.a' ;
- ; include 'Quickdraw.a' ;
- ; include 'MixedMode.a' ;
- ; include 'QuickdrawText.a' ;
- ; include 'ScriptLayout.a' ;
- ; include 'Components.a' ;
- ; include 'CMApplication.a' ;
- ; include 'Files.a' ;
- ; include 'OSUtils.a' ;
- ; include 'Memory.a' ;
- ; include 'Finder.a' ;
- ; include 'Printing.a' ;
- ; include 'Errors.a' ;
- ; include 'Dialogs.a' ;
- ; include 'Windows.a' ;
- ; include 'Events.a' ;
- ; include 'Controls.a' ;
- ; include 'Collections.a' ;
- ; include 'Appearance.a' ;
- ; include 'TextObjects.a' ;
- ; include 'Unicode.a' ;
- ; include 'Menus.a' ;
- ; include 'AppleEvents.a' ;
- ; include 'EPPC.a' ;
- ; include 'AppleTalk.a' ;
- ; include 'PPCToolbox.a' ;
- ; include 'Processes.a' ;
- ; include 'Notification.a' ;
- ; include 'Kernel.a' ;
- ; include 'MachineExceptions.a' ;
- ; include 'Timing.a' ;
- ; include 'Drag.a' ;
- ; include 'TextEdit.a' ;
- ; include 'CMICCProfile.a' ;
-
- IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMPRComponent.a'
- ENDIF
- ENDIF ; __CMCOMPONENT__
-